runtime.listHeadManual.getNode (method)
8 uses
runtime (current package)
list_manual.go#L57: func (head *listHeadManual) getNode(p unsafe.Pointer) *listNodeManual {
list_manual.go#L83: pNode := head.getNode(p)
list_manual.go#L88: headNode := head.getNode(unsafe.Pointer(head.obj))
list_manual.go#L105: pNode := head.getNode(p)
list_manual.go#L113: headNode := head.getNode(unsafe.Pointer(head.obj))
list_manual.go#L128: pNode := head.getNode(p)
list_manual.go#L129: prevNode := head.getNode(unsafe.Pointer(pNode.prev))
list_manual.go#L130: nextNode := head.getNode(unsafe.Pointer(pNode.next))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |